home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldo / waldo.exe / FINAL08.DXR / 00299.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  108 b   |  7 lines

  1. on mouseDown
  2.   if legalButton(the clickOn) then
  3.     setProp(1, 48, "puppet", 0)
  4.     go("Exit")
  5.   end if
  6. end
  7.